Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.ecm.poll.operations--operations

This contribution is part of XML component org.nuxeo.ecm.poll.operations inside nuxeo-poll-core-5.8.jar

Extension Point

Extension point operations of component OperationServiceComponent.

Contributed Items

  • <operation class="org.nuxeo.ecm.poll.operations.GetPoll"/>
  • <operation class="org.nuxeo.ecm.poll.operations.GetOpenPolls"/>
  • <operation class="org.nuxeo.ecm.poll.operations.AnswerPoll"/>

XML Source

<extension point="operations" target="org.nuxeo.ecm.core.operation.OperationServiceComponent">

    <operation class="org.nuxeo.ecm.poll.operations.GetPoll"/>
    <operation class="org.nuxeo.ecm.poll.operations.GetOpenPolls"/>
    <operation class="org.nuxeo.ecm.poll.operations.AnswerPoll"/>

  </extension>